.box-container-categ{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto; 
    margin-bottom: 40px;
    width: 90%; 
  
  
  }
       
  .boxforme{
    border-width:0px;
    border-color:transparent;
    background-color:#f1f4f9;
    padding-bottom:24px;
    position:relative;
    flex-direction: column;
     width:340px;
    height: 280px;
   margin-right: 4%;
   text-align: center;
   box-shadow: 7px 7px 8px rgba(0,0,0,0.5);
   margin-left: 4%; 
   margin-top: 40px;
    padding-top: auto; 
  
  display: block;
    }
    .centerDivStyle {
    display: flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:85px
  };